home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / Protocol_WWAnimatable.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  316 b   |  15 lines

  1. // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
  2. // see COPYRIGHT for reuse legalities
  3. //
  4.  
  5. #import "Protocol_WWRenderable.h"
  6.  
  7. @protocol WWAnimatable < WWRenderable >
  8.  
  9. - resample;
  10.  
  11. // stupid implemenation NOTE: subclasses of EveCommand just have to implement this
  12. - produceSampleFromCmd;
  13.  
  14. @end
  15.